projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48fd9de
)
Explain how to get help for the test harness
author
Aleksey Kladov
<aleksey.kladov@gmail.com>
Wed, 8 Jun 2016 18:01:00 +0000
(21:01 +0300)
committer
Aleksey Kladov
<aleksey.kladov@gmail.com>
Wed, 8 Jun 2016 18:03:33 +0000
(21:03 +0300)
src/bin/test.rs
patch
|
blob
|
history
diff --git
a/src/bin/test.rs
b/src/bin/test.rs
index e2602b1a2c11771c4e0891c654a4d42ed35cfc35..a559fbcbce928df4d1565145ed1fb020725b4301 100644
(file)
--- a/
src/bin/test.rs
+++ b/
src/bin/test.rs
@@
-73,6
+73,10
@@
keep results readable. Test output can be recovered (e.g. for debugging)
by passing `--nocapture` to the test binaries:
cargo test -- --nocapture
+
+To get the list of all options available for the test binaries use this:
+
+ cargo test -- --help
";
pub fn execute(options: Options, config: &Config) -> CliResult<Option<()>> {